@import url(https://at.alicdn.com/t/font_3145390_sih1d2kvp2.css);

.cookieTop {
	background-color: #2780C5;
	font-size: 16px;
	padding: 20px;
	margin-bottom: 50px;
	font-weight: bold;
}

.cookieTop .lastNav a {
	color: #FFF;
	font-size: 18px;
}

.cookieTop .inNav .item {
	margin-left: 40px;
}

.cookieTop .inNav .item a {
	color: #FFF;
}

.cookieTop .inNav .item a:hover {
	color: #83DFFF;
}

.cookieTop .inNav .item.active a {
	color: #83DFFF;
}

.ff_scale {
	transform-origin: left top 0px;
}

#main {
	display: none;
}

.ind_con_box .xbrand {
	padding: 20px 60px 0;
	background: none;
	min-height: 100vh;
}

.title {
	font-size: 24px;
	font-weight: bold;
	color: #525252;
}

.coreTec>.coreBox {
	margin-top: 65px;
}

.coreTec>.coreBox .maxImg {
	display: block;
	width: 100%;
	margin-top: 40px;
}

.coreTec>.coreBox .product .item {
	position: relative;
	width: 49%;
}

.coreTec>.coreBox .product .item:nth-child(2n) {
	margin-left: 2%;
}

.coreTec>.coreBox .product .item .img {
	width: 100%;
}

.coreTec>.coreBox .product .item .img img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.coreTec>.coreBox .product .item .info {
	position: absolute;
	color: #fff;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: center;
	transition: all .3s;
}

.coreTec>.coreBox .product .item .info .en {
	font-size: 18px;
	text-transform: uppercase;
	font-style: italic;
}

.coreTec>.coreBox .product .item .info .ch {
	font-size: 24px;
	font-weight: bold;
}

.coreTec>.coreBox .product .item .info .ch::after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	display: none;
}

.coreTec>.coreBox .product .item .info .icon {
	border: 1px dashed #FFF;
	border-radius: 50%;
	width: 80px;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	transition: all .3s;
	display: flex;
	transform: scale(0);
	height: 0;
}

.coreTec>.coreBox .product .item:hover .icon {
	height: 80px;
	transform: scale(1);
}

.coreTec>.coreBox .product .item:hover .ch::after {
	display: block;
}

.coreTec>.coreBox .product .item:hover .info {
	justify-content: center;
	background: rgba(64, 131, 183, 0.8);
}

.coreTec>.coreBox .special {
	margin-top: 60px;
	
	display: flex;
}

.coreTec>.coreBox .special .item {
	flex: 1;
	padding: 0 1%;
	text-align: center;
}

.coreTec>.coreBox .special .item:nth-child(odd) .img {
	/* animation: UpDown 1.5s linear infinite alternate; */
}

.coreTec>.coreBox .special .item:nth-child(even) .img {
	/* animation: DownUp 1.5s linear infinite alternate; */
}

.coreTec>.coreBox .special .item .img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	transition: all .3s;
}

.coreTec>.coreBox .special .item .img img {
	display: block;
	width: 100px;
	height: 100px;
}

.coreTec>.coreBox .special .item .tit {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	color: #525252 !important;
	margin-bottom: 20px;
}

.coreTec>.coreBox .special .item:nth-child(2n) .tit {
	/* color: #d1b275; */
}

.coreTec>.coreBox .special .item .txt {
	text-align: left !important;
	font-size: 14px;
	line-height: 26px;
	color: #525252 !important;
}

.coreTec>.coreBox .special .item:hover .img {
	transform: translateY(-5px);
}

.coreTec>.coreBox .advantage .item {
	width: 23.5%;
	min-height: 265px;
	background: rgba(7, 115, 177, 1.0);
	color: #fff;
	text-align: center;
	padding: 35px 18px;
	transition: all .5s;
}

.coreTec>.coreBox .advantage .item img {
	margin-bottom: 25px;
}

.coreTec>.coreBox .advantage .item:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 20px rgba(64, 131, 183, 0.2);
	border-radius: 10px;
}

.coreTec>.coreBox .advantage .txt {
	text-align: left;
	font-size: 18px;
	line-height: 36px;
}

.coreTec>.coreBox .features {
	padding-top: 40px;
}

.coreTec>.coreBox .features .img {
	width: 47%;
	display: block;
}

.coreTec>.coreBox .features .img img {
	width: 100%;
}

@keyframes UpDown {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(8px);
	}
}

@keyframes DownUp {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-8px);
	}
}

.coreTec .title {
	margin-bottom: 30px;
}

.coreTec .keyCustomers {
	margin: 40px 29px 0 29px;
}

.coreTec .keyCustomers .keyCustomersBg {
	padding: 40px;
	background-color: #fbfbfb;
}

.coreTec .keyCustomers .keyCustomersBg .keyCustomersList {
	border: 1px solid #e7ecf8;
	border-bottom: none;
}

.coreTec .keyCustomers .keyCustomersBg .keyCustomersList .item {
	width: 20%;
	border-bottom: 1px solid #e7ecf8;
	position: relative;
}

.coreTec .keyCustomers .keyCustomersBg .keyCustomersList .item:not(:nth-child(5n)) {
	border-right: 1px solid #e7ecf8;
}

.coreTec .keyCustomers .keyCustomersBg .keyCustomersList .item .keyImg {
	display: block;
	width: 100%;
}

.coreTec .keyCustomers .keyCustomersBg .keyCustomersList .item .inImg {
	opacity: 1;
	transition: all .4s;
	position: absolute;
	width: 120%;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%) scale(0.5);
	border-bottom: 3px solid #4083b7;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	opacity: 0;
}

.coreTec .keyCustomers .keyCustomersBg .keyCustomersList .item .inImg img {
	display: block;
	width: 100%;
}

.coreTec .keyCustomers .keyCustomersBg .keyCustomersList .item:hover .inImg {
	left: -10%;
	top: -10%;
	opacity: 1;
	transform: scale(1);
}


.retract-text {
	text-indent: 2em;
}

.flash-hover {
	position: relative;
	overflow: hidden;
}

.flash-hover::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	display: block;
	height: 100%;
	background: linear-gradient(90deg, transparent, #fff, transparent);
	transition: 0.5s;
}

.flash-hover:hover::after {
	left: 100%;
}

@media (max-width: 1600px) {

	html,
	body {
		/*margin: 0 auto;*/
		zoom: 1;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}

	#main {
		position: relative;
		width: 1600px;
		height: 100%;
		overflow: hidden;
	}
}

@media (min-width: 1600px) {

	html,
	body {
		zoom: 1;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}

	#main {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
}

.honorBg {
	width: 100%;
	min-height: 600px;
	/* background-color: rgba(3, 124, 166, 0.2); */
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.honorBg .swiper-wrapper {
	align-items: center;
}

.w-honor {
	width: 70%;
}
.w-honor .honor-border {
	padding: 10px;
	box-sizing: border-box;
	background: url('/static/home/images/honor-border.png');
	background-size: 100% 100%;
}

.w-honor img {
	display: block;
	width: 100% !important;
	height: 100% !important;
}
.honor-ovhide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.w-honor .tit {
	text-align: center;
	opacity: 0;
	transition: all .5s;
	
	font-size: 20px !important;
	font-family: Microsoft YaHei;
	font-weight: 400 !important;
	color: #000000;
}

.w-honor .swiper-slide-active .tit {
	opacity: 1;
	margin-top: 30px;
}
.honor-border {
	background: ;
} 

.zz-next,
.zz-prve {
	position: absolute;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	transition: all .3s;
}

.zz-next:hover,
.zz-prve:hover {
	background: rgba(64, 131, 183, 0.5);
}

.zz-next {
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.zz-prve {
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.lightbox {
	top: 50% !important;
	transform: translateY(-50%);
}

#lightbox {
	position: fixed !important;
}

.branchOffice {
	height: 600px;
	/* background: rgba(26, 153, 193, 0.3); */
	padding: 20px;
}

.officeList .item {
	width: 31%;
	background-color: rgba(3, 124, 164, 0.2);
	margin-bottom: 3.333%;
	font-size: 16px;
	font-weight: bold;
	transition: all .3s;
}

.officeList .item a {
	padding: 20px;
}

.officeList .item a {
	color: #000;
}

.officeList .item:not(:nth-child(3n)) {
	margin-right: 3.3333%;
}

.officeList .item:hover {
	background: #4083b7;
}

.officeList .item:hover a {
	color: #fff;
}

.structure {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
	/* background: rgba(26, 153, 193, 0.3); */
	background: url('/static/home/images/structure-bg.png');
	background-size: 100% 100%;
}

.structure img {
	width: 90%;
	margin-top: 60px;
}

.achievement {
	min-height: 600px;
}

.achievement .achievementTxt {
	/* background: rgba(26, 153, 193, 0.3); */
	color: #525252;
	padding: 20px;
	/* font-weight: bold; */
	border-radius: 10px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 36px;
}

.achievementList .item {
	width: 48%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 2.6%;
	display: flex;
	flex-direction: column;
}
.flex-padding {
	flex: 1;
}
.flex-padding .img {
	height: 380px;
	background: rgba(26, 153, 193, 0.3);
	padding: 30px;
}
.flex-padding .img img{
	height: 100%;
}
.i-title-text {
	padding: 25px 28px;
	background: linear-gradient(90deg, #508BDA, #83EDDB);
	
	font-size: 24px;
	font-weight: 400;
	color: #F6F6F6;
	
	text-align: center;
	
	position: relative;
}
.i-title-text div {
	max-width: 100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/* .i-title-text:before{
	content: '';
	position: absolute;
	top: 30px;
	right: 28px;
	width: 61px;
	height: 23px;
	background: url('/static/home/images/rightop.png');
	background-size: 100% 100%;
} */


.achievementList .item .img {
	width: 100%;
}

.achievementList .item .img img {
	display: block;
	width: 100%;
}

.achievementList .item:not(:nth-child(2n)) {
	margin-right: 4%;
}

.achievementList .item .tit {
	/* position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(55, 122, 174, 0.8);
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
	transition: all .5s;
	height: 48px;
	line-height: 24px;
	text-align: center; */
}

.achievementList .item .tit::after {
	/* content: "";
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	background: url(../images/baise.png) center no-repeat;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s .1s; */
}

.achievementList .item:hover .tit {
	height: 100%;
}

.achievementList .item:hover .tit::after {
	/* bottom: 20px; */
}

.sxpian {
	margin-top: 80px;
}

.sxpian .item {
	width: 48%;
	/* border: 1px solid #dcdcdc; */
	display: flex;
	padding: 10px;
	font-size: 16px;
	color: #525252;
	background: rgba(26, 153, 193, 0.3);
}

.sxpian .item a {
	flex: 1;
	color: #525252;
}

.sxpian .item a:hover {
	color: #4083b7;
}

.achievementDetail .detailTit {
	font-size: 24px;
	font-weight: bold;
	color: #454545;
	text-align: center;
}

.achievementDetail .view {
	justify-content: center;
	font-size: 16px;
	align-items: center;
}

.achievementDetail .view img {
	margin-right: 5px;
}

.caseInfoSwiper {
	width: 800px;
	margin: 60px auto !important;
}

.caseInfoSwiper img {
	display: block;
	width: 100%;
	height: 500px;
}

.caseNext,
.casePrev {
	position: absolute;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	width: 40px;
	height: 55px;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	cursor: pointer;
	transition: all .3s;
}

.caseNext:hover,
.casePrev:hover {
	background: rgba(64, 131, 183, 0.5);
}

.caseNext {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.casePrev {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.newsBox {
	min-height: 600px;
}

.newsBox .firstNews .img {
	width: 45%;
}

.newsBox .firstNews .img img {
	display: block;
	transition: all .3s;
	width: 100%;
}

.newsBox .firstNews .info {
	width: 55%;
	background: #f6f6f6;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	padding: 0 3%;
	transition: all .3s;
}

.newsBox .firstNews .info .time {
	font-size: 26px;
	color: #909090;
	transition: all .3s;
	font-weight: bold;
}

.newsBox .firstNews .info .tit {
	font-size: 22px;
	color: #3b3b3b;
	transition: all .3s;
	font-weight: bold;
	margin: 20px 0;
}

.newsBox .firstNews .info .txt {
	font-size: 16px;
	line-height: 26px;
	transition: all .3s;
	color: #727272;
}

.newsBox .firstNews:hover img {
	transform: scale(1.05);
}

.newsBox .firstNews:hover .info {
	background: #4083b7;
}

.newsBox .firstNews:hover .info .txt,
.newsBox .firstNews:hover .info .tit,
.newsBox .firstNews:hover .info .time {
	color: #fff;
}

.n-l-item {
	height: 65px;
	padding: 0 28px;
	line-height: 65px;
	background: linear-gradient(90deg, #508BDA, #83EDDB);
	
	font-size: 24px;
	font-weight: 400;
	color: #F6F6F6;
	position: relative;
}
.n-l-item:before {
	/* content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 28px;
	width: 61px;
	height: 23px;
	background: url('/static/home/images/rightop.png');
	background-size: 100% 100%; */
}
.in-title {
	padding: 22px 28px;
	font-size: 14px;
	font-weight: 400;
	color: #525252;
	text-align: right;
	/* background: #F2F2F2; */
	/* margin-bottom: 20px; */
}

.in-image {
	width: 61px;
	height: 23px;
	background: url('/static/home/images/rightop.png');
	background-size: 100% 100%;
	margin-top: 40px;
}

.newsList {
	width: 100%;
	background: rgba(26, 153, 193, 0.3);
	margin-top: 30px;
	overflow: hidden;
}

.newsList .item {
	border-bottom: 1px solid #dcdcdc;
	/* margin: 30px 0; */
	transition: all .3s;
	padding: 20px;
}

.newsList .item a {
	/* align-items: center; */
	transition: all .3s;
}

.newsList .item:hover {
	background: #4083b7;
	/* transform: translateX(10px); */
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.newsList .item:hover .tit,
.newsList .item:hover .txt,
.newsList .item:hover .time,
.newsList .item:hover .in-title{
	color: #fff;
}

.newsList .item a:hover .info {
	border-right: 1px solid #fff;
}

.newsList img {
	height: 100% !important;
}


/* .newsList .item a:hover {
	background: #4083b7;
	transform: translateY(-10px);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.newsList .item a:hover .tit,
.newsList .item a:hover .txt,
.newsList .item a:hover .time {
	color: #fff;
}

.newsList .item a:hover .info {
	border-right: 1px solid #fff;
} */

.newsList .info {
	padding-left: 30px;
	height: 200px;
	/* width: 54%; */
	flex: 1;
	padding-right: 20px;
}

.newsList .info .tit {
	font-size: 20px;
	color: #3b3b3b;
	font-weight: bold;
	margin-bottom: 15px;
}

.newsList .info .txt {
	margin: 20px 0;
	color: #727272;
	font-size: 16px;
	line-height: 32px;
}

.newsList .img {
	width: 30%;
	height: 200px;
}

.newsList .time {
	width: 16%;
	font-weight: bold;
	color: #7e7e7e;
	text-align: center;
}

.newsList .time .mon {
	font-size: 24px;
}

.newsList .time .year {
	font-size: 18px;
}

.newsDetail {
	min-height: 500px;
	/* background: rgba(26, 153, 193, 0.3); */
	padding: 20px;
	border-radius: 10px;
}

.newsDetail .top {
	border-bottom: 5px solid #2780c5;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.newsDetail .top .tit {
	font-size: 26px;
	color: #525252;
}

.newsDetail .top .detailSend {
	font-size: 16px;
	color: #525252;
	justify-content: center;
	margin-top: 10px;
}

.newsDetail .info-c {
	border-bottom: 5px solid #2780c5;
	padding-bottom: 30px;
}

.serviceBox {
	min-height: 500px;
}

.service .left {
	width: 45%;
	background: #f6f6f6;
	display: flex;
	justify-content: center;
	flex-flow: column nowrap;
	padding: 0 5%;
}

.service .left .tit {
	font-size: 18px;
	font-weight: bold;
	color: #646464;
}

.service .left .info {
	font-size: 16px;
	line-height: 36px;
	color: #646464;
}

.service .right {
	width: 55%;
	position: relative;
}

.service .right .img {
	width: 100%;
}

.service .right .img img {
	width: 100%;
}

.service .right .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	padding-left: 5%;
}

.service .right .info .en {
	font-size: 36px;
	color: #646464;
	text-transform: uppercase;
	opacity: .5;
}

.service .right .info .ch {
	font-size: 18px;
	color: #646464;
}

.service .right .info .num {
	font-size: 36px;
	color: #646464;
	opacity: .8;
}

.content .top .left {
	width: 53%;
	flex-flow: row wrap;
	display: flex;
}

.content .top .left .item {
	height: 195px;
	box-sizing: border-box;
	overflow: hidden;
	width: 48%;
	box-shadow: 0 0 20px rgba(64, 131, 183, 0.2);
	padding: 20px 15px;
	transition: all .3s;
	background-color: rgba(26, 153, 193, 0.3);
	
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.content .top .left .item:nth-child(1),
.content .top .left .item:nth-child(2) {
	margin-bottom: 5px;
}

.content .top .left .item:not(:nth-child(2n)) {
	margin-right: 5px;
}

.content .top .left .item:hover {
	background: url(../images/conbg.jpg) center no-repeat;
	background-size: cover;
	color: #fff !important;
}

.content .top .left .item:hover .tit {
	color: #fff !important;
}

.content .top .left .item:hover .info {
	color: #fff !important;
}
.content .top .left .item:hover .row .box{
	color: #fff !important;
}
.content .top .left .item .tit {
	font-size: 18px;
	font-weight: bold;
	color: #525252;
	transition: all .3s;
	line-height: 40px;
}

.content .top .left .item .info {
	font-size: 16px;
	line-height: 28px;
	transition: all .3s;
	color: #525252;
}

.content .top .left .code img {
	display: block;
	width: 110px;
	height: 110px;
}

.content .top .left .box {
	color: #525252;
	font-size: 16px;
	/* font-weight: bold; */
}

.content .message {
	height: 395px;
	width: 45%;
	background-color: rgba(26, 153, 193, 0.3);
	padding: 20px 40px 0 40px;
}

.content .message .title {
	margin-bottom: 10px;
}

.content .message .inputBox {
	margin-bottom: 15px;
}

.content .message .inputBox input {
	background: #fff;
	font-size: 16px;
	width: 360px;
	padding: 0 10px;
	height: 45px;
}

.content .message .inputBox input::placeholder {
	color: #828282;
}

.content .message .inputBox textarea {
	display: block;
	width: 100%;
	height: 100px;
	background: #fff;
	border: none;
	padding: 10px;
	font-size: 16px;
}

.content .message .inputBox textarea::placeholder {
	color: #828282;
}

.content .message .inputBox .sendBtn {
	background: #fff;
	color: #4083b7;
	width: 140px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	margin-top: 30px;
	cursor: pointer;
}

.recruitList {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}

.recruitList .item {
	box-shadow: 0 0 15px rgba(64, 131, 183, 0.2);
	width: 31%;
	margin-bottom: 3%;
	cursor: pointer;
	padding: 30px 20px;
	background-color: rgba(26, 153, 193, 0.3);
	transition: all .3s;
}

.recruitList .item:not(:nth-child(3n)) {
	margin-right: 3%;
}

.recruitList .item .ic-rencai {
	background: linear-gradient(to bottom, #6aacde, #4184b7);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all .3s;
	color: #fff;
	font-size: 40px;
}

.recruitList .item .position {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin: 20px 0;
	transition: all .3s;
}

.recruitList .item .box {
	min-width: 50%;
	transition: all .3s;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.recruitList .item:hover {
	background: url(../images/zhaopBg.jpg) center no-repeat;
	background-size: cover;
}

.recruitList .item:hover .position,
.recruitList .item:hover .box {
	color: #fff;
}

.recruitList .item:hover .ic-rencai {
	background: #fff;
	color: #4083b7;
}

.popUp {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 450px;
	background: #F1FFFF;
	z-index: 999999;
	transform: translate(-50%, -50%);
	padding: 40px;
	cursor: default;
	display: none;
}

.popUp .close {
	position: absolute;
	top: 10px;
	right: 40px;
	color: #d2d2d2;
	cursor: pointer;
}

.popUp .close .ic-guanbi {
	font-size: 20px;
}

.popUp .left {
	width: 250px;
}

.popUp .left .popPosition {
	font-size: 24px;
	margin-bottom: 10px;
}

.popUp .left .popBox {
	font-size: 16px;
	color: #a4afb2;
	line-height: 30px;
}

.popUp .right {
	display: flex;
	flex-flow: column nowrap;
	width: 600px;
}

.popUp .right .overView {
	flex: 1;
	overflow: auto;
	margin-bottom: 10px;
}

.popUp .right .popTit {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}

.popUp .right .popTit:not(:first-child) {
	margin-top: 20px;
}

.popUp .right .popTips {
	font-size: 16px;
	color: #447295;
	line-height: 24px;
}

.shadow {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}

.staffBox {
	padding: 40px 40px 100px 40px;
	background-color: #FFF;
	width: 100%;
	margin-top: 30px;
	position: relative;
}

.staffBox .staffSwiper img {
	display: block;
	width: 100%;
}

.staffBox .wish {
	width: 55%;
	background: url(../images/wishbg.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	flex-flow: column wrap;
	padding-left: 5%;
	justify-content: center;
}

.staffBox .wish .item {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.staffBox .wish .item .tit {
	font-size: 22px;
	font-weight: bold;
}

.staffBox .wish .item .txt {
	font-size: 16px;
}

.staffBox .wish .img {
	margin-right: 20px;
}

.staffBox .wish img {
	width: 68px;
}

.staffnext,
.staffprve {
	background: rgba(64, 131, 183, 0.9);
	color: #fff;
	position: absolute;
	width: 40px;
	height: 40px;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	transition: all .3s;
}

.staffnext:hover,
.staffprve:hover {
	background: rgba(64, 131, 183, 0.5);
}

.staffnext {
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
}

.staffprve {
	transform: translateY(-50%);
	top: 50%;
	left: -20px;
}

.swiper-button-disabled {
	opacity: .5;
}

.companyIfon {
	/* background: #e6ebef url(../images/company.jpg) top center no-repeat; */
	/* background-color: rgba(23, 122, 184, 0.2); */
	background-size: 100% auto;
	width: 100%;
	padding: 55px 54px 20px 54px;
	border-radius: 16px;
}

.companyIfon .companyCon {
	/* max-height: 520px; */
	padding-bottom: 20px;
	/* overflow: auto; */
	padding-right: 30px;
}

.companyIfon .companyCon::-webkit-scrollbar {
	width: 3px;
	height: 4px;
}

.companyIfon .companyCon::-webkit-scrollbar-track {
	background: #fff;
}

.companyIfon .companyCon::-webkit-scrollbar-thumb {
	background: #4083b7;
	border-radius: 3px;
}

.companyIfon .companyCon::-moz-scrollbar {
	width: 3px;
	height: 4px;
}

.companyIfon .companyCon::-moz-scrollbar-track {
	background: #fff;
}

.companyIfon .companyCon::-moz-scrollbar-thumb {
	background: #4083b7;
	border-radius: 3px;
}

.companyIfon .companyCon::-ms-scrollbar {
	width: 3px;
	height: 4px;
}

.companyIfon .companyCon::-ms-scrollbar-track {
	background: #fff;
}

.companyIfon .companyCon::-ms-scrollbar-thumb {
	background: #4083b7;
	border-radius: 3px;
}

.companyIfon .companyCon p {
	color: #181818;
}

.companyIfon .tit {
	font-size: 35px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}
 .companyIfon .tit-2 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
 }

.companyIfon .info-c {
	color: #333333;
	line-height: 31px;
}

.companyIfon .liTit {
	font-weight: bold;
	color: #181818;
	font-size: 22px;
	margin: 10px 0 10px;
}

.culture {
	/* background: url(../images/culture.jpg) top center no-repeat; */
	/* background-color: rgba(3, 124, 166, 0.2); */
	background-size: 100% 100%;
	height: 500px;
	padding-top: 40px;
	margin-bottom: 40px;
	position: relative;
}
.culture:before {
	content: '';
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 100%;
	height: 125px;
	background: url(../images/linetop.png);
	background-size: 100% 100%;
}

.cultbox .cultureTit {
	padding-left: 20px;
}

.cultbox .cultureTit div:first-of-type {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}

.cultbox .cultureTit div:last-of-type {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

@keyframes zhuan {
	100% {
		transform: rotate(360deg);
	}
}
.cultureList {
	margin-top: 97px;
}
.cultureList .item {
	flex: 1;
	text-align: center;
	color: #fff;
	padding: 0 8px;
	position: relative;
}

.cultureList .item .beij {
	width: 130px;
	margin-bottom: 15px;
	animation: zhuan 4s infinite linear;
}

.cultureList .item .wh {
	width: 110px;
	height: 110px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.cultureList .item h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000000;
}

.cultureList .item h2 {
	color: #000000;
	font-size: 16px;
}

.history {
	color: #fff;
	padding-top: 120px;
	/* background-color: rgba(23, 122, 184, 0.2); */
}

.historySwiper .swiper-slide {
	/* background: rgba(124, 192, 220, 0.5); */
	background: url(../images/develop.png) center no-repeat;
	background-size: 100% auto;
	border-radius: 10px;
}

.historySwiper .swiper-slide .box {
	padding: 20px;
	align-items: center;
}

.historySwiper .swiper-slide .box .num {
	width: 110px;
	height: 150px;
	font-size: 28px;
	color: #4588bc;
	/* background: url(../images/year.png) center no-repeat; */
	background-size: 100% auto;
	text-align: center;
	line-height: 150px;
	margin-right: 80px;
}

.historySwiper .swiper-slide .box .info {
	flex: 1;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #FFF;
}

.historyBox {
	width: 50%;
	margin: 0 auto;
	position: relative;
}

.historyBox .yearPrev {
	position: absolute;
	left: -55px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.historyBox .yearPrev .ic {
	font-size: 40px;
}

.historyBox .yearNext {
	position: absolute;
	right: -55px;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}

.historyBox .yearNext .ic {
	font-size: 40px;
}

.yearBox {
	color: #fff;
	display: flex;
	justify-content: center;
	width: 1000px;
	margin: 0 auto;
	background: url(../images/fazhan.png) left center no-repeat;
	background-size: 100% auto;
	height: 400px;
	text-align: center;
	margin-top: 80px;
	padding-right: 40px;
}

.yearBox .yearBoxbullet {
	flex: 1;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	transition: all .3s;
}

.yearBox .yearBoxbullet::after {
	content: "";
	display: block;
	background-color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.yearBox .yearBoxbullet.yearBoxbulletActive {
	color: #ffcf48;
}

.yearBox .yearBoxbullet.yearBoxbulletActive::after {
	background: #ffcf48;
}

.yearBox .yearBoxbullet:nth-child(1) {
	margin-top: 320px;
}

.yearBox .yearBoxbullet:nth-child(1)::after {
	bottom: 12px;
}

.yearBox .yearBoxbullet:nth-child(2) {
	margin-top: 370px;
}

.yearBox .yearBoxbullet:nth-child(2)::after {
	bottom: 51px;
}

.yearBox .yearBoxbullet:nth-child(3) {
	margin-top: 240px;
}

.yearBox .yearBoxbullet:nth-child(3)::after {
	bottom: 90px;
}

.yearBox .yearBoxbullet:nth-child(4) {
	margin-top: 290px;
}

.yearBox .yearBoxbullet:nth-child(4)::after {
	bottom: 123px;
}

.yearBox .yearBoxbullet:nth-child(5) {
	margin-top: 170px;
}

.yearBox .yearBoxbullet:nth-child(5)::after {
	bottom: 153px;
}

.yearBox .yearBoxbullet:nth-child(6) {
	margin-top: 230px;
}

.yearBox .yearBoxbullet:nth-child(6)::after {
	bottom: 183px;
}

.yearBox .yearBoxbullet:nth-child(7) {
	margin-top: 110px;
}

.yearBox .yearBoxbullet:nth-child(7)::after {
	bottom: 209px;
}

.yearBox .yearBoxbullet:nth-child(8) {
	margin-top: 180px;
}

.yearBox .yearBoxbullet:nth-child(8)::after {
	bottom: 233px;
}

.yearBox .yearBoxbullet:nth-child(9) {
	margin-top: 65px;
}

.yearBox .yearBoxbullet:nth-child(9)::after {
	bottom: 255px;
}

.yearBox .yearBoxbullet:nth-child(10) {
	margin-top: 130px;
}

.yearBox .yearBoxbullet:nth-child(10)::after {
	bottom: 276px;
}

.yearBox .yearBoxbullet:nth-child(11) {
	margin-top: 26px;
}

.yearBox .yearBoxbullet:nth-child(11)::after {
	bottom: 295px;
}

.yearBox .yearBoxbullet:nth-child(12) {
	margin-top: 95px;
}

.yearBox .yearBoxbullet:nth-child(12)::after {
	bottom: 312px;
}

.yearBox .yearBoxbullet:nth-child(13) {
	margin-top: 0px;
}

.yearBox .yearBoxbullet:nth-child(13)::after {
	bottom: 325px;
}

.yearBox .yearBoxbullet:nth-child(14) {
	margin-top: 73px;
}

.yearBox .yearBoxbullet:nth-child(14)::after {
	bottom: 337px;
}

.yearBox .yearBoxbullet:nth-child(15) {
	margin-top: -24px;
}

.yearBox .yearBoxbullet:nth-child(15)::after {
	bottom: 345px;
}

.head-nav .tit {
	position: relative;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	padding: 12px 0;
	color: #f6f7f7;
	cursor: pointer;
}

.head-nav .tit::after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background-color: #fff;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
	transition: width .5s ease;
}

.head-nav .tit:hover::after {
	content: "";
	display: block;
	width: 40px;
}

.head-nav .inNavBox {
	font-size: 16px;
	line-height: 35px;
	padding-left: 10px;
	height: 0;
	transform: scale(1, 0);
	transition: all 0;
}

.head-nav .inNavBox a {
	color: #fff;
}

.head-nav .curr .inNavBox {
	height: auto;
	transition: all .3s;
	transform: scale(1);
}

.head-nav .curr .tit {
	color: #fff;
	transition: all .3s;
}

.head-nav .curr .tit::after {
	content: "";
	display: block;
	width: 40px;
}

.topChoose {
	justify-content: flex-end;
	height: 40px;
	align-items: center;
	color: #000;
	font-size: 16px;
}

.topChoose a {
	color: #000;
	padding: 0 10px;
}

.topChoose a:hover {
	color: #4083b7;
}

.addColl {
	margin-left: 10px;
	cursor: pointer;
}

.staffTit {
	padding-left: 20px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.rec-box {
	height: 48px;
	background-color: rgba(26, 153, 193, 0.3);
	display: flex;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
	
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #010E2D;
}
.rec-box div:last-of-type {
	margin-left: 140px;
}

.companyIfon .com-img {
	padding-bottom: 20px;
}